home *** CD-ROM | disk | FTP | other *** search
/ User's Choice Windows CD / User's Choice Windows CD (CMS Software)(1993).iso / utility1 / k4v301.zip / K4HELP.TXT < prev    next >
Text File  |  1990-11-11  |  9KB  |  235 lines

  1. Mikko Laanti
  2. Mikko Laanti Oy
  3. Tervakukkatie 26 C 22
  4. 90580 SF-Oulu
  5. Finland
  6. Tel. & Fax 358-81-391057
  7.  
  8. INTERNET: tkop-ml\finou.oulu.fi
  9.  
  10.  
  11.               Licensing and Duplication Information
  12.             
  13.                     Duplication Restrictions
  14.  
  15. K4 Patch Editor is a shareware product.  It may be freely copied and dis-
  16. tributed for evaluation as long as  four  basic  rules  are  followed.
  17. These rules are:
  18.  
  19.              1) The program and this documentation may not be
  20.                 modified in any way.
  21.  
  22.              2) A copy of this documentation is provided with
  23.                 the program.
  24.  
  25.              3) No charge, other than a media and handling
  26.                 charge, (not to exceed $5.00) is made.
  27.  
  28.              4) Users of the program are encouraged to purchase
  29.                 a license for its use.
  30.  
  31. If a copy of this program is retained, an obligation to purchase a li-
  32. cense for its use is incurred. A license for use of this program  can
  33. be purchased from program developer.
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40.                       K4 Patch editor
  41.                       ---------------
  42.  
  43.  
  44. This program is a Kawai K4 syntheziser patch editor. To use this
  45. program You need a K4 synthesizer, MS-Windows 3.0 or later and
  46. CMS-101, CMS-404 or any MPU-401 compatible MIDI card.
  47.  
  48.  
  49. Your program disk should include following files:
  50.   Name:        Description:
  51. - K4.EXE       Patch editor program
  52. - MIDIDRV.SYS  DOS device driver for MPU-401 and CMS-404 MIDI card
  53. - K4HELP.TXT   This file
  54. - IDENTITY.TXT To identify registered copy.
  55. - DRUM.DYN     Nine description files for different dialogs. These
  56. - EFFECT.DYN   files are interpreted by K4.EXE and they should
  57. - MULTI.DYN    be in same directory as K4.EXE.
  58. - SINGLE.DYN
  59. - SCROLL.DYN
  60. - DCF.DYN
  61. - SOURCES.DYN
  62. - DCA.DYN
  63. - COMMON.DYN   
  64.  
  65.  
  66.                To get started
  67.                --------------
  68.  
  69. 1. Create a subdirectory for K4 under Your Windows directory
  70.    (or where you like):
  71.  
  72.        MD  C:\WINDOWS\K4
  73.  
  74. 2. Copy all files on the program diskette into You K4 directory:
  75.  
  76.        COPY  A:*.*  C:\WINDOWS\K4
  77.  
  78.    Also, copy midi driver into Your device driver directory e.g.
  79.     
  80.        COPY  A:MIDIDRV.SYS  C:\SYS
  81.  
  82. 3. Edit Your CONFIG.SYS and add one of following lines into it:
  83.  
  84.    - if You have MPU-401 or compatible (one port)
  85.    
  86.        DEVICE=C:\SYS\MIDIDRV.SYS 4000  0 2 330 
  87.  
  88.    - if You have CMS-101 (one port)
  89.    
  90.        DEVICE=C:\SYS\MIDIDRV.SYS 4000  1 2 338 
  91.  
  92.    - if You have CMS-404 (four ports)
  93.    
  94.        DEVICE=C:\SYS\MIDIDRV.SYS 4000  1 2 338  1 2 33A  1 2 33C  1 2 33E
  95.  
  96.    - if You have CMS-401-II (two ports)
  97.    
  98.        DEVICE=C:\SYS\MIDIDRV.SYS 4000  0 2 330  1 2 332
  99.               
  100.        1. parameter (4000) is the size of driver's buffer in hex.
  101.           It must be between 1000 hex ... E000 hex.  The  faster
  102.           Your computer, the smaller it can be.  It  should  run 
  103.           succesfully with 80386, 20 MHz with value 1000 hex.
  104.        2. parameter (0) or (1) is type of port (MPU = 0, CMS = 1).
  105.        3. parameter (2) is the hardware interrupt device is using.
  106.           Driver is running in asynchronous mode.
  107.        4. parameter (330) is the base I/O address of MIDI card in
  108.           hexadecimals.  330 hex is default for MPU-401 card. 338
  109.           hex is default for CMS-101.  For CMS-401 second port it
  110.           is 332 hex (2nd port is CMS-101 compatible).
  111.        X. The parameters 2, 3 and 4 are used as many times as You
  112.           have midi ports. Driver supports maximum of eight ports. 
  113.        X. You can install this driver even though there is no
  114.           CMS-101 or MPU-401 card present in Your computer and
  115.           try the program.
  116.        X. This driver is not a usual read/write device driver. 
  117.           Even though You can use commands for writing into it,
  118.             COPY  SINGLE01.PAT  MIDIDEV
  119.           You cannot use read commands.
  120.           
  121. 4. Boot Your computer up and start MS-Windows.  Add K4 icon into
  122.    one of Your Windows Application Groups (or possible MIDI apps
  123.    group) and run K4.EXE.  Because MIDIDEV is a DOS device and
  124.    twiddles with interrupt controller, You have to start Your
  125.    Windows in real or standard mode.  386 enhanced mode will not
  126.    work.  As soon as I get the Device Driver Kit for Windows 3.0,
  127.    I going to make a MIDIDEV.DRV to support also 386.
  128.  
  129.  
  130.                Using K4 patch editor
  131.                ---------------------
  132.    
  133. K4.EXE is a realtime patch editor.  First You download desired
  134. patch bank from the K4 syntheziser and  You can start edit the
  135. sounds. Each time You touch (with mouse) any scrollbar, a MIDI
  136. message will be sent to Your K4 synthesizer.  Please, read fol-
  137. lowing description of each menu command:
  138.  
  139. File
  140.  
  141.   Open ...         Open a disk patch file and read it into memory.
  142.                    Each filename should have PAT extension. File-
  143.                    size  is  used  to distinguish between single,
  144.                    multi, drum and effect file and so the program
  145.                    cannot read the file into wrong place.
  146.  
  147.   New              Clear all patch (in PC memory, not in K4).
  148.  
  149.   Save ...         Select  which  patch bank You want  to save to
  150.                    Your disk. Even though program suggest  You to
  151.                    use S.PAT, M.PAT, D.PAT or E.PAT,  You  should
  152.                    use more characters to  distinguish  the files
  153.                    from each other.  The  first char in the file-
  154.                    name helps You to remember the type of file.
  155.  
  156.   About ...        You will be seeing this from time to time as a
  157.                    reminder until You contact me.
  158.  
  159. Edit
  160.  
  161.   Single           Open each parameter dialog and start to edit.
  162.   Multi            You can open all four at time and they are 
  163.   Drum             all modeless dialog i.e. You can move fast e.g
  164.   Effect           from editing effects to edit single.
  165.  
  166. Commands
  167.  
  168.   Upload -> PC     Load data from K4 synthesizer into Your PC.
  169.   Download -> K4   Load data from PC into synthesizer.
  170.   Immediate        If You edit single, drum or effects, Your
  171.                    edit parameter will be immeditedly tranferred
  172.                    into K4 editing buffer (not permanently).
  173.                    Kawai did not implemented a realtime edit
  174.                    for multi parameters (K4 version 1.0 ROM).
  175.  
  176.   Permanent        When this flag is set, Your edited parameters
  177.                    will be saved permanently into K4.  Saving
  178.                    will occur when You e.g. chance from editing
  179.                    patch A1 to A2 and so on.  K4 do not always
  180.                    update it's own little edit screen but if
  181.                    travel through K4 screens, You'll find that
  182.                    value has changed. You can, of course, verify
  183.                    the change with Your ear.
  184.                    
  185.   Link             If all edit windows are open You can see how
  186.                    Your editing effects into other parameters.
  187.                    All single, multi, drum and effect dialogs
  188.                    will be messaging to each other about changes
  189.                    in parameters. This option is highly useful
  190.                    if You have large enough screen.
  191.  
  192. Midi
  193.  
  194.   Settings         You can select which MIDI port You are connected
  195.                    to, if You have multiport MIDI system. Then, You can
  196.                    select which MIDI channel to use when transferring
  197.                    data into K4 (You will be receiving on any channel).
  198.                    Also, You can set the timeout value.  Driver tries
  199.                    connect to Your K4, when You upload from or download
  200.                    to data into K4.  Default value for 15 seconds.
  201.                    Currently, the driver ignores Ascii and Miditime
  202.                    flags.  They will be implemented in the future.
  203.  
  204.   Information      Shows some information about MIDI device.
  205.  
  206. Bank
  207.  
  208.   Internal         Select, which K4 bank You want to work with. This
  209.   External         option have not been verified to work.  At this
  210.                    time I have no access to external card. Also,
  211.                    if You use this option and there is no external
  212.                    memory card in Your Kawai K4, Your program will
  213.                    be locked up for 15 seconds (until timeout).
  214.  
  215.  
  216.  
  217.                    Some Synthetisizer Terms Definitions
  218.                    ------------------------------------
  219.  
  220. Sound Quality        Technical term              Parameter
  221. --------------------------------------------------------------------
  222. Overall timbre       Harmonic content            Oscillator waveform
  223. Brightness           Amplitude of high           Filter cutoff
  224.                      frequence harmonics
  225. Tone changes         Dynamic filtering           VCF or DCF envelope
  226. Volume changes       Dynamic amplitude           VCA or DCA envelope
  227. Vibrato              Pitch modulation            LFO to pitch
  228. Tremolo              Amplitude modulation        LFO to VCA or DCA
  229. Pitch                Frequency                   Oscillator tuning
  230. Note-on speed        Attack time                 VCA or DCA envelope attack
  231. Note-on speed        Release time                VCA or DCA envelope release
  232. Percussiveness       Attack transient            VCA or DCA envelope decay
  233.  
  234.  
  235.